[INFO] fetching crate hotfix-message 0.3.2...
[INFO] fixing hotfix-message-0.3.2 against try#622891a4e29178280638a6b63a8908bde2c0c854+cargoflags=-Zfix-edition=start=2015 for pr-157817-2
[INFO] extracting crate hotfix-message 0.3.2 into /workspace/builds/worker-2-tc1/source
[INFO] started tweaking crates.io crate hotfix-message 0.3.2
[INFO] finished tweaking crates.io crate hotfix-message 0.3.2
[INFO] tweaked toml for crates.io crate hotfix-message 0.3.2 written to /workspace/builds/worker-2-tc1/source/Cargo.toml
[INFO] validating manifest of crates.io crate hotfix-message 0.3.2 on toolchain 622891a4e29178280638a6b63a8908bde2c0c854
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate crates.io crate hotfix-message 0.3.2 already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded env_logger v0.8.4
[INFO] [stderr]   Downloaded quickcheck_macros v1.1.0
[INFO] [stderr]   Downloaded hotfix-derive v0.1.2
[INFO] [stderr]   Downloaded hotfix-codegen v0.1.6
[INFO] [stderr]   Downloaded smartstring v1.0.1
[INFO] [stderr]   Downloaded quickcheck v1.0.3
[INFO] [stderr]   Downloaded toml_edit v0.23.9
[INFO] [stderr]   Downloaded hotfix-dictionary v0.1.5
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/source:/opt/rustwide/workdir:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-m" "1610612736" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:3a6becf2bc8dde7f3fa57ede90e4f284e72d296796fc446bbb1e2c7cc0530151" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] d0c8e3f5a3bc742e1d7f48dcce1e420b1a75cc3bf81a08db1b786630b9a09ff0
[INFO] running `Command { std: "docker" "start" "d0c8e3f5a3bc742e1d7f48dcce1e420b1a75cc3bf81a08db1b786630b9a09ff0", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-w" "/opt/rustwide/workdir" "--user" "0:0" "d0c8e3f5a3bc742e1d7f48dcce1e420b1a75cc3bf81a08db1b786630b9a09ff0" "/opt/rustwide/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "d0c8e3f5a3bc742e1d7f48dcce1e420b1a75cc3bf81a08db1b786630b9a09ff0", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=" "-e" "RUSTDOCFLAGS=" "-w" "/opt/rustwide/workdir" "--user" "0:0" "d0c8e3f5a3bc742e1d7f48dcce1e420b1a75cc3bf81a08db1b786630b9a09ff0" "/opt/rustwide/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "fix" "--allow-no-vcs" "--allow-dirty" "--frozen" "--all" "--all-targets" "--message-format=json" "-Zfix-edition=start=2015", kill_on_drop: false }`
[INFO] [stderr]    Compiling smartstring v1.0.1
[INFO] [stderr]    Compiling num-traits v0.2.19
[INFO] [stderr]    Compiling zerocopy v0.8.31
[INFO] [stderr]    Compiling libc v0.2.178
[INFO] [stderr]    Compiling syn v2.0.111
[INFO] [stderr]    Compiling static_assertions v1.1.0
[INFO] [stderr]    Compiling memchr v2.7.6
[INFO] [stderr]     Checking aho-corasick v1.1.4
[INFO] [stderr]    Compiling iana-time-zone v0.1.64
[INFO] [stderr]    Compiling hashbrown v0.16.1
[INFO] [stderr]    Compiling winnow v0.7.14
[INFO] [stderr]    Compiling strum v0.27.2
[INFO] [stderr]    Compiling roxmltree v0.21.1
[INFO] [stderr]    Compiling indexmap v2.12.1
[INFO] [stderr]    Compiling chrono v0.4.42
[INFO] [stderr]     Checking regex-automata v0.4.13
[INFO] [stderr]    Compiling indoc v2.0.7
[INFO] [stderr]     Checking either v1.15.0
[INFO] [stderr]    Compiling serde_json v1.0.145
[INFO] [stderr]    Compiling toml_datetime v0.7.3
[INFO] [stderr]     Checking getrandom v0.2.16
[INFO] [stderr]     Checking clap_builder v4.5.53
[INFO] [stderr]     Checking rand_core v0.6.4
[INFO] [stderr]     Checking itertools v0.13.0
[INFO] [stderr]     Checking log v0.4.29
[INFO] [stderr]     Checking rand v0.8.5
[INFO] [stderr]     Checking rayon v1.11.0
[INFO] [stderr]    Compiling toml_parser v1.0.4
[INFO] [stderr]     Checking criterion-plot v0.6.0
[INFO] [stderr]     Checking plotters v0.3.7
[INFO] [stderr]    Compiling toml_edit v0.23.9
[INFO] [stderr]     Checking regex v1.12.2
[INFO] [stderr]    Compiling darling_core v0.21.3
[INFO] [stderr]     Checking clap v4.5.53
[INFO] [stderr]     Checking env_logger v0.8.4
[INFO] [stderr]     Checking quickcheck v1.0.3
[INFO] [stderr]    Compiling proc-macro-crate v3.4.0
[INFO] [stderr]    Compiling thiserror-impl v2.0.17
[INFO] [stderr]    Compiling strum_macros v0.27.2
[INFO] [stderr]    Compiling zerocopy-derive v0.8.31
[INFO] [stderr]    Compiling serde_derive v1.0.228
[INFO] [stderr]    Compiling quickcheck_macros v1.1.0
[INFO] [stderr]    Compiling darling_macro v0.21.3
[INFO] [stderr]    Compiling thiserror v2.0.17
[INFO] [stderr]    Compiling darling v0.21.3
[INFO] [stderr]    Compiling hotfix-derive v0.1.2
[INFO] [stderr]    Compiling hotfix-dictionary v0.1.5
[INFO] [stderr]    Compiling hotfix-codegen v0.1.6
[INFO] [stderr]     Checking serde v1.0.228
[INFO] [stderr]    Compiling hotfix-message v0.3.2 (/opt/rustwide/workdir)
[INFO] [stderr]     Checking tinytemplate v1.2.1
[INFO] [stderr]     Checking half v2.7.1
[INFO] [stderr]     Checking ciborium-ll v0.2.2
[INFO] [stderr]     Checking ciborium v0.2.2
[INFO] [stderr]     Checking criterion v0.7.0
[INFO] [stderr] error: could not compile `hotfix-message` (bench "message-parsing-benches") due to 1 previous error
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] [stdout] error[E0599]: no associated function or constant named `fix44` found for struct `Dictionary` in the current scope
[INFO] [stdout]    --> benches/message_parsing.rs:16:28
[INFO] [stdout]     |
[INFO] [stdout]  16 |     let dict = Dictionary::fix44();
[INFO] [stdout]     |                            ^^^^^ associated function or constant not found in `Dictionary`
[INFO] [stdout]     |
[INFO] [stdout] note: if you're trying to build a new `Dictionary` consider using one of the following associated functions:
[INFO] [stdout]       Dictionary::new
[INFO] [stdout]       Dictionary::from_quickfix_spec
[INFO] [stdout]       Dictionary::load_from_file
[INFO] [stdout]       Dictionary::fix42
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hotfix-dictionary-0.1.5/src/dictionary.rs:42:5
[INFO] [stdout]     |
[INFO] [stdout]  42 |     pub fn new<S: ToString>(version: S) -> Self {
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout]  56 |     pub fn from_quickfix_spec(input: &str) -> Result<Self, ParseError> {
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout]  75 |     pub fn load_from_file(path: &str) -> Result<Self, ParseError> {
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 100 |     pub fn fix42() -> Self {
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] help: there is an associated function `fix42` with a similar name
[INFO] [stdout]     |
[INFO] [stdout]  16 -     let dict = Dictionary::fix44();
[INFO] [stdout]  16 +     let dict = Dictionary::fix42();
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `crate::fix44`
[INFO] [stdout]    --> src/builder.rs:559:23
[INFO] [stdout]     |
[INFO] [stdout] 559 |     use crate::{Part, fix44};
[INFO] [stdout]     |                       ^^^^^ no `fix44` in the root
[INFO] [stdout]     |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> src/lib.rs:23:19
[INFO] [stdout]     |
[INFO] [stdout]  22 | #[cfg(feature = "fix44")]
[INFO] [stdout]     |       ----------------- the item is gated behind the `fix44` feature
[INFO] [stdout]  23 | pub use encoding::fix44;
[INFO] [stdout]     |                   ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `crate::fix44`
[INFO] [stdout]   --> src/encoder.rs:57:9
[INFO] [stdout]    |
[INFO] [stdout] 57 |     use crate::fix44;
[INFO] [stdout]    |         ^^^^^^^-----
[INFO] [stdout]    |                |
[INFO] [stdout]    |                no `fix44` in the root
[INFO] [stdout]    |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]   --> src/lib.rs:23:19
[INFO] [stdout]    |
[INFO] [stdout] 22 | #[cfg(feature = "fix44")]
[INFO] [stdout]    |       ----------------- the item is gated behind the `fix44` feature
[INFO] [stdout] 23 | pub use encoding::fix44;
[INFO] [stdout]    |                   ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0599`.
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no associated function or constant named `fix44` found for struct `Dictionary` in the current scope
[INFO] [stdout]    --> src/builder.rs:566:55
[INFO] [stdout]     |
[INFO] [stdout] 566 |         let builder = MessageBuilder::new(Dictionary::fix44(), CONFIG).unwrap();
[INFO] [stdout]     |                                                       ^^^^^ associated function or constant not found in `Dictionary`
[INFO] [stdout]     |
[INFO] [stdout] note: if you're trying to build a new `Dictionary` consider using one of the following associated functions:
[INFO] [stdout]       Dictionary::new
[INFO] [stdout]       Dictionary::from_quickfix_spec
[INFO] [stdout]       Dictionary::load_from_file
[INFO] [stdout]       Dictionary::fix42
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hotfix-dictionary-0.1.5/src/dictionary.rs:42:5
[INFO] [stdout]     |
[INFO] [stdout]  42 |     pub fn new<S: ToString>(version: S) -> Self {
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout]  56 |     pub fn from_quickfix_spec(input: &str) -> Result<Self, ParseError> {
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout]  75 |     pub fn load_from_file(path: &str) -> Result<Self, ParseError> {
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 100 |     pub fn fix42() -> Self {
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] help: there is an associated function `fix42` with a similar name
[INFO] [stdout]     |
[INFO] [stdout] 566 -         let builder = MessageBuilder::new(Dictionary::fix44(), CONFIG).unwrap();
[INFO] [stdout] 566 +         let builder = MessageBuilder::new(Dictionary::fix42(), CONFIG).unwrap();
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no associated function or constant named `fix44` found for struct `Dictionary` in the current scope
[INFO] [stdout]    --> src/builder.rs:581:55
[INFO] [stdout]     |
[INFO] [stdout] 581 |         let builder = MessageBuilder::new(Dictionary::fix44(), CONFIG).unwrap();
[INFO] [stdout]     |                                                       ^^^^^ associated function or constant not found in `Dictionary`
[INFO] [stdout]     |
[INFO] [stdout] note: if you're trying to build a new `Dictionary` consider using one of the following associated functions:
[INFO] [stdout]       Dictionary::new
[INFO] [stdout]       Dictionary::from_quickfix_spec
[INFO] [stdout]       Dictionary::load_from_file
[INFO] [stdout]       Dictionary::fix42
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hotfix-dictionary-0.1.5/src/dictionary.rs:42:5
[INFO] [stdout]     |
[INFO] [stdout]  42 |     pub fn new<S: ToString>(version: S) -> Self {
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout]  56 |     pub fn from_quickfix_spec(input: &str) -> Result<Self, ParseError> {
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout]  75 |     pub fn load_from_file(path: &str) -> Result<Self, ParseError> {
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 100 |     pub fn fix42() -> Self {
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] help: there is an associated function `fix42` with a similar name
[INFO] [stdout]     |
[INFO] [stdout] 581 -         let builder = MessageBuilder::new(Dictionary::fix44(), CONFIG).unwrap();
[INFO] [stdout] 581 +         let builder = MessageBuilder::new(Dictionary::fix42(), CONFIG).unwrap();
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no associated function or constant named `fix44` found for struct `Dictionary` in the current scope
[INFO] [stdout]    --> src/builder.rs:617:55
[INFO] [stdout]     |
[INFO] [stdout] 617 |         let builder = MessageBuilder::new(Dictionary::fix44(), CONFIG).unwrap();
[INFO] [stdout]     |                                                       ^^^^^ associated function or constant not found in `Dictionary`
[INFO] [stdout]     |
[INFO] [stdout] note: if you're trying to build a new `Dictionary` consider using one of the following associated functions:
[INFO] [stdout]       Dictionary::new
[INFO] [stdout]       Dictionary::from_quickfix_spec
[INFO] [stdout]       Dictionary::load_from_file
[INFO] [stdout]       Dictionary::fix42
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hotfix-dictionary-0.1.5/src/dictionary.rs:42:5
[INFO] [stdout]     |
[INFO] [stdout]  42 |     pub fn new<S: ToString>(version: S) -> Self {
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout]  56 |     pub fn from_quickfix_spec(input: &str) -> Result<Self, ParseError> {
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout]  75 |     pub fn load_from_file(path: &str) -> Result<Self, ParseError> {
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 100 |     pub fn fix42() -> Self {
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] help: there is an associated function `fix42` with a similar name
[INFO] [stdout]     |
[INFO] [stdout] 617 -         let builder = MessageBuilder::new(Dictionary::fix44(), CONFIG).unwrap();
[INFO] [stdout] 617 +         let builder = MessageBuilder::new(Dictionary::fix42(), CONFIG).unwrap();
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no associated function or constant named `fix44` found for struct `Dictionary` in the current scope
[INFO] [stdout]    --> src/builder.rs:637:55
[INFO] [stdout]     |
[INFO] [stdout] 637 |         let builder = MessageBuilder::new(Dictionary::fix44(), CONFIG).unwrap();
[INFO] [stdout]     |                                                       ^^^^^ associated function or constant not found in `Dictionary`
[INFO] [stdout]     |
[INFO] [stdout] note: if you're trying to build a new `Dictionary` consider using one of the following associated functions:
[INFO] [stdout]       Dictionary::new
[INFO] [stdout]       Dictionary::from_quickfix_spec
[INFO] [stdout]       Dictionary::load_from_file
[INFO] [stdout]       Dictionary::fix42
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hotfix-dictionary-0.1.5/src/dictionary.rs:42:5
[INFO] [stdout]     |
[INFO] [stdout]  42 |     pub fn new<S: ToString>(version: S) -> Self {
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout]  56 |     pub fn from_quickfix_spec(input: &str) -> Result<Self, ParseError> {
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout]  75 |     pub fn load_from_file(path: &str) -> Result<Self, ParseError> {
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 100 |     pub fn fix42() -> Self {
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] help: there is an associated function `fix42` with a similar name
[INFO] [stdout]     |
[INFO] [stdout] 637 -         let builder = MessageBuilder::new(Dictionary::fix44(), CONFIG).unwrap();
[INFO] [stdout] 637 +         let builder = MessageBuilder::new(Dictionary::fix42(), CONFIG).unwrap();
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no associated function or constant named `fix44` found for struct `Dictionary` in the current scope
[INFO] [stdout]    --> src/builder.rs:665:55
[INFO] [stdout]     |
[INFO] [stdout] 665 |         let builder = MessageBuilder::new(Dictionary::fix44(), CONFIG).unwrap();
[INFO] [stdout]     |                                                       ^^^^^ associated function or constant not found in `Dictionary`
[INFO] [stdout]     |
[INFO] [stdout] note: if you're trying to build a new `Dictionary` consider using one of the following associated functions:
[INFO] [stdout]       Dictionary::new
[INFO] [stdout]       Dictionary::from_quickfix_spec
[INFO] [stdout]       Dictionary::load_from_file
[INFO] [stdout]       Dictionary::fix42
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hotfix-dictionary-0.1.5/src/dictionary.rs:42:5
[INFO] [stdout]     |
[INFO] [stdout]  42 |     pub fn new<S: ToString>(version: S) -> Self {
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout]  56 |     pub fn from_quickfix_spec(input: &str) -> Result<Self, ParseError> {
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout]  75 |     pub fn load_from_file(path: &str) -> Result<Self, ParseError> {
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 100 |     pub fn fix42() -> Self {
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] help: there is an associated function `fix42` with a similar name
[INFO] [stdout]     |
[INFO] [stdout] 665 -         let builder = MessageBuilder::new(Dictionary::fix44(), CONFIG).unwrap();
[INFO] [stdout] 665 +         let builder = MessageBuilder::new(Dictionary::fix42(), CONFIG).unwrap();
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no associated function or constant named `fix44` found for struct `Dictionary` in the current scope
[INFO] [stdout]    --> src/builder.rs:691:55
[INFO] [stdout]     |
[INFO] [stdout] 691 |         let builder = MessageBuilder::new(Dictionary::fix44(), CONFIG).unwrap();
[INFO] [stdout]     |                                                       ^^^^^ associated function or constant not found in `Dictionary`
[INFO] [stdout]     |
[INFO] [stdout] note: if you're trying to build a new `Dictionary` consider using one of the following associated functions:
[INFO] [stdout]       Dictionary::new
[INFO] [stdout]       Dictionary::from_quickfix_spec
[INFO] [stdout]       Dictionary::load_from_file
[INFO] [stdout]       Dictionary::fix42
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hotfix-dictionary-0.1.5/src/dictionary.rs:42:5
[INFO] [stdout]     |
[INFO] [stdout]  42 |     pub fn new<S: ToString>(version: S) -> Self {
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout]  56 |     pub fn from_quickfix_spec(input: &str) -> Result<Self, ParseError> {
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout]  75 |     pub fn load_from_file(path: &str) -> Result<Self, ParseError> {
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 100 |     pub fn fix42() -> Self {
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] help: there is an associated function `fix42` with a similar name
[INFO] [stdout]     |
[INFO] [stdout] 691 -         let builder = MessageBuilder::new(Dictionary::fix44(), CONFIG).unwrap();
[INFO] [stdout] 691 +         let builder = MessageBuilder::new(Dictionary::fix42(), CONFIG).unwrap();
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no associated function or constant named `fix44` found for struct `Dictionary` in the current scope
[INFO] [stdout]    --> src/builder.rs:713:55
[INFO] [stdout]     |
[INFO] [stdout] 713 |         let builder = MessageBuilder::new(Dictionary::fix44(), CONFIG).unwrap();
[INFO] [stdout]     |                                                       ^^^^^ associated function or constant not found in `Dictionary`
[INFO] [stdout]     |
[INFO] [stdout] note: if you're trying to build a new `Dictionary` consider using one of the following associated functions:
[INFO] [stdout]       Dictionary::new
[INFO] [stdout]       Dictionary::from_quickfix_spec
[INFO] [stdout]       Dictionary::load_from_file
[INFO] [stdout]       Dictionary::fix42
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hotfix-dictionary-0.1.5/src/dictionary.rs:42:5
[INFO] [stdout]     |
[INFO] [stdout]  42 |     pub fn new<S: ToString>(version: S) -> Self {
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout]  56 |     pub fn from_quickfix_spec(input: &str) -> Result<Self, ParseError> {
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout]  75 |     pub fn load_from_file(path: &str) -> Result<Self, ParseError> {
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 100 |     pub fn fix42() -> Self {
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] help: there is an associated function `fix42` with a similar name
[INFO] [stdout]     |
[INFO] [stdout] 713 -         let builder = MessageBuilder::new(Dictionary::fix44(), CONFIG).unwrap();
[INFO] [stdout] 713 +         let builder = MessageBuilder::new(Dictionary::fix42(), CONFIG).unwrap();
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no associated function or constant named `fix44` found for struct `Dictionary` in the current scope
[INFO] [stdout]    --> src/builder.rs:737:55
[INFO] [stdout]     |
[INFO] [stdout] 737 |         let builder = MessageBuilder::new(Dictionary::fix44(), CONFIG).unwrap();
[INFO] [stdout]     |                                                       ^^^^^ associated function or constant not found in `Dictionary`
[INFO] [stdout]     |
[INFO] [stdout] note: if you're trying to build a new `Dictionary` consider using one of the following associated functions:
[INFO] [stdout]       Dictionary::new
[INFO] [stdout]       Dictionary::from_quickfix_spec
[INFO] [stdout]       Dictionary::load_from_file
[INFO] [stdout]       Dictionary::fix42
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hotfix-dictionary-0.1.5/src/dictionary.rs:42:5
[INFO] [stdout]     |
[INFO] [stdout]  42 |     pub fn new<S: ToString>(version: S) -> Self {
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout]  56 |     pub fn from_quickfix_spec(input: &str) -> Result<Self, ParseError> {
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout]  75 |     pub fn load_from_file(path: &str) -> Result<Self, ParseError> {
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 100 |     pub fn fix42() -> Self {
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] help: there is an associated function `fix42` with a similar name
[INFO] [stdout]     |
[INFO] [stdout] 737 -         let builder = MessageBuilder::new(Dictionary::fix44(), CONFIG).unwrap();
[INFO] [stdout] 737 +         let builder = MessageBuilder::new(Dictionary::fix42(), CONFIG).unwrap();
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no associated function or constant named `fix44` found for struct `Dictionary` in the current scope
[INFO] [stdout]    --> src/builder.rs:749:55
[INFO] [stdout]     |
[INFO] [stdout] 749 |         let builder = MessageBuilder::new(Dictionary::fix44(), CONFIG).unwrap();
[INFO] [stdout]     |                                                       ^^^^^ associated function or constant not found in `Dictionary`
[INFO] [stdout]     |
[INFO] [stdout] note: if you're trying to build a new `Dictionary` consider using one of the following associated functions:
[INFO] [stdout]       Dictionary::new
[INFO] [stdout]       Dictionary::from_quickfix_spec
[INFO] [stdout]       Dictionary::load_from_file
[INFO] [stdout]       Dictionary::fix42
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hotfix-dictionary-0.1.5/src/dictionary.rs:42:5
[INFO] [stdout]     |
[INFO] [stdout]  42 |     pub fn new<S: ToString>(version: S) -> Self {
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout]  56 |     pub fn from_quickfix_spec(input: &str) -> Result<Self, ParseError> {
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout]  75 |     pub fn load_from_file(path: &str) -> Result<Self, ParseError> {
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 100 |     pub fn fix42() -> Self {
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] help: there is an associated function `fix42` with a similar name
[INFO] [stdout]     |
[INFO] [stdout] 749 -         let builder = MessageBuilder::new(Dictionary::fix44(), CONFIG).unwrap();
[INFO] [stdout] 749 +         let builder = MessageBuilder::new(Dictionary::fix42(), CONFIG).unwrap();
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no associated function or constant named `fix44` found for struct `Dictionary` in the current scope
[INFO] [stdout]    --> src/builder.rs:761:55
[INFO] [stdout]     |
[INFO] [stdout] 761 |         let builder = MessageBuilder::new(Dictionary::fix44(), CONFIG).unwrap();
[INFO] [stdout]     |                                                       ^^^^^ associated function or constant not found in `Dictionary`
[INFO] [stdout]     |
[INFO] [stdout] note: if you're trying to build a new `Dictionary` consider using one of the following associated functions:
[INFO] [stdout]       Dictionary::new
[INFO] [stdout]       Dictionary::from_quickfix_spec
[INFO] [stdout]       Dictionary::load_from_file
[INFO] [stdout]       Dictionary::fix42
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hotfix-dictionary-0.1.5/src/dictionary.rs:42:5
[INFO] [stdout]     |
[INFO] [stdout]  42 |     pub fn new<S: ToString>(version: S) -> Self {
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout]  56 |     pub fn from_quickfix_spec(input: &str) -> Result<Self, ParseError> {
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout]  75 |     pub fn load_from_file(path: &str) -> Result<Self, ParseError> {
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 100 |     pub fn fix42() -> Self {
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] help: there is an associated function `fix42` with a similar name
[INFO] [stdout]     |
[INFO] [stdout] 761 -         let builder = MessageBuilder::new(Dictionary::fix44(), CONFIG).unwrap();
[INFO] [stdout] 761 +         let builder = MessageBuilder::new(Dictionary::fix42(), CONFIG).unwrap();
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no associated function or constant named `fix44` found for struct `Dictionary` in the current scope
[INFO] [stdout]    --> src/builder.rs:773:55
[INFO] [stdout]     |
[INFO] [stdout] 773 |         let builder = MessageBuilder::new(Dictionary::fix44(), CONFIG).unwrap();
[INFO] [stdout]     |                                                       ^^^^^ associated function or constant not found in `Dictionary`
[INFO] [stdout]     |
[INFO] [stdout] note: if you're trying to build a new `Dictionary` consider using one of the following associated functions:
[INFO] [stdout]       Dictionary::new
[INFO] [stdout]       Dictionary::from_quickfix_spec
[INFO] [stdout]       Dictionary::load_from_file
[INFO] [stdout]       Dictionary::fix42
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hotfix-dictionary-0.1.5/src/dictionary.rs:42:5
[INFO] [stdout]     |
[INFO] [stdout]  42 |     pub fn new<S: ToString>(version: S) -> Self {
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout]  56 |     pub fn from_quickfix_spec(input: &str) -> Result<Self, ParseError> {
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout]  75 |     pub fn load_from_file(path: &str) -> Result<Self, ParseError> {
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 100 |     pub fn fix42() -> Self {
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] help: there is an associated function `fix42` with a similar name
[INFO] [stdout]     |
[INFO] [stdout] 773 -         let builder = MessageBuilder::new(Dictionary::fix44(), CONFIG).unwrap();
[INFO] [stdout] 773 +         let builder = MessageBuilder::new(Dictionary::fix42(), CONFIG).unwrap();
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no associated function or constant named `fix44` found for struct `Dictionary` in the current scope
[INFO] [stdout]    --> src/builder.rs:785:55
[INFO] [stdout]     |
[INFO] [stdout] 785 |         let builder = MessageBuilder::new(Dictionary::fix44(), CONFIG).unwrap();
[INFO] [stdout]     |                                                       ^^^^^ associated function or constant not found in `Dictionary`
[INFO] [stdout]     |
[INFO] [stdout] note: if you're trying to build a new `Dictionary` consider using one of the following associated functions:
[INFO] [stdout]       Dictionary::new
[INFO] [stdout]       Dictionary::from_quickfix_spec
[INFO] [stdout]       Dictionary::load_from_file
[INFO] [stdout]       Dictionary::fix42
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hotfix-dictionary-0.1.5/src/dictionary.rs:42:5
[INFO] [stdout]     |
[INFO] [stdout]  42 |     pub fn new<S: ToString>(version: S) -> Self {
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout]  56 |     pub fn from_quickfix_spec(input: &str) -> Result<Self, ParseError> {
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout]  75 |     pub fn load_from_file(path: &str) -> Result<Self, ParseError> {
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 100 |     pub fn fix42() -> Self {
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] help: there is an associated function `fix42` with a similar name
[INFO] [stdout]     |
[INFO] [stdout] 785 -         let builder = MessageBuilder::new(Dictionary::fix44(), CONFIG).unwrap();
[INFO] [stdout] 785 +         let builder = MessageBuilder::new(Dictionary::fix42(), CONFIG).unwrap();
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no associated function or constant named `fix44` found for struct `Dictionary` in the current scope
[INFO] [stdout]    --> src/builder.rs:797:55
[INFO] [stdout]     |
[INFO] [stdout] 797 |         let builder = MessageBuilder::new(Dictionary::fix44(), CONFIG).unwrap();
[INFO] [stdout]     |                                                       ^^^^^ associated function or constant not found in `Dictionary`
[INFO] [stdout]     |
[INFO] [stdout] note: if you're trying to build a new `Dictionary` consider using one of the following associated functions:
[INFO] [stdout]       Dictionary::new
[INFO] [stdout]       Dictionary::from_quickfix_spec
[INFO] [stdout]       Dictionary::load_from_file
[INFO] [stdout]       Dictionary::fix42
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hotfix-dictionary-0.1.5/src/dictionary.rs:42:5
[INFO] [stdout]     |
[INFO] [stdout]  42 |     pub fn new<S: ToString>(version: S) -> Self {
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout]  56 |     pub fn from_quickfix_spec(input: &str) -> Result<Self, ParseError> {
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout]  75 |     pub fn load_from_file(path: &str) -> Result<Self, ParseError> {
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 100 |     pub fn fix42() -> Self {
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] help: there is an associated function `fix42` with a similar name
[INFO] [stdout]     |
[INFO] [stdout] 797 -         let builder = MessageBuilder::new(Dictionary::fix44(), CONFIG).unwrap();
[INFO] [stdout] 797 +         let builder = MessageBuilder::new(Dictionary::fix42(), CONFIG).unwrap();
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no associated function or constant named `fix44` found for struct `Dictionary` in the current scope
[INFO] [stdout]    --> src/builder.rs:809:55
[INFO] [stdout]     |
[INFO] [stdout] 809 |         let builder = MessageBuilder::new(Dictionary::fix44(), CONFIG).unwrap();
[INFO] [stdout]     |                                                       ^^^^^ associated function or constant not found in `Dictionary`
[INFO] [stdout]     |
[INFO] [stdout] note: if you're trying to build a new `Dictionary` consider using one of the following associated functions:
[INFO] [stdout]       Dictionary::new
[INFO] [stdout]       Dictionary::from_quickfix_spec
[INFO] [stdout]       Dictionary::load_from_file
[INFO] [stdout]       Dictionary::fix42
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hotfix-dictionary-0.1.5/src/dictionary.rs:42:5
[INFO] [stdout]     |
[INFO] [stdout]  42 |     pub fn new<S: ToString>(version: S) -> Self {
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout]  56 |     pub fn from_quickfix_spec(input: &str) -> Result<Self, ParseError> {
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout]  75 |     pub fn load_from_file(path: &str) -> Result<Self, ParseError> {
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 100 |     pub fn fix42() -> Self {
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] help: there is an associated function `fix42` with a similar name
[INFO] [stdout]     |
[INFO] [stdout] 809 -         let builder = MessageBuilder::new(Dictionary::fix44(), CONFIG).unwrap();
[INFO] [stdout] 809 +         let builder = MessageBuilder::new(Dictionary::fix42(), CONFIG).unwrap();
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no associated function or constant named `fix44` found for struct `Dictionary` in the current scope
[INFO] [stdout]    --> src/builder.rs:821:55
[INFO] [stdout]     |
[INFO] [stdout] 821 |         let builder = MessageBuilder::new(Dictionary::fix44(), CONFIG).unwrap();
[INFO] [stdout]     |                                                       ^^^^^ associated function or constant not found in `Dictionary`
[INFO] [stdout]     |
[INFO] [stdout] note: if you're trying to build a new `Dictionary` consider using one of the following associated functions:
[INFO] [stdout]       Dictionary::new
[INFO] [stdout]       Dictionary::from_quickfix_spec
[INFO] [stdout]       Dictionary::load_from_file
[INFO] [stdout]       Dictionary::fix42
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hotfix-dictionary-0.1.5/src/dictionary.rs:42:5
[INFO] [stdout]     |
[INFO] [stdout]  42 |     pub fn new<S: ToString>(version: S) -> Self {
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout]  56 |     pub fn from_quickfix_spec(input: &str) -> Result<Self, ParseError> {
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout]  75 |     pub fn load_from_file(path: &str) -> Result<Self, ParseError> {
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 100 |     pub fn fix42() -> Self {
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] help: there is an associated function `fix42` with a similar name
[INFO] [stdout]     |
[INFO] [stdout] 821 -         let builder = MessageBuilder::new(Dictionary::fix44(), CONFIG).unwrap();
[INFO] [stdout] 821 +         let builder = MessageBuilder::new(Dictionary::fix42(), CONFIG).unwrap();
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no associated function or constant named `fix44` found for struct `Dictionary` in the current scope
[INFO] [stdout]    --> src/builder.rs:838:55
[INFO] [stdout]     |
[INFO] [stdout] 838 |         let builder = MessageBuilder::new(Dictionary::fix44(), CONFIG).unwrap();
[INFO] [stdout]     |                                                       ^^^^^ associated function or constant not found in `Dictionary`
[INFO] [stdout]     |
[INFO] [stdout] note: if you're trying to build a new `Dictionary` consider using one of the following associated functions:
[INFO] [stdout]       Dictionary::new
[INFO] [stdout]       Dictionary::from_quickfix_spec
[INFO] [stdout]       Dictionary::load_from_file
[INFO] [stdout]       Dictionary::fix42
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hotfix-dictionary-0.1.5/src/dictionary.rs:42:5
[INFO] [stdout]     |
[INFO] [stdout]  42 |     pub fn new<S: ToString>(version: S) -> Self {
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout]  56 |     pub fn from_quickfix_spec(input: &str) -> Result<Self, ParseError> {
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout]  75 |     pub fn load_from_file(path: &str) -> Result<Self, ParseError> {
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 100 |     pub fn fix42() -> Self {
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] help: there is an associated function `fix42` with a similar name
[INFO] [stdout]     |
[INFO] [stdout] 838 -         let builder = MessageBuilder::new(Dictionary::fix44(), CONFIG).unwrap();
[INFO] [stdout] 838 +         let builder = MessageBuilder::new(Dictionary::fix42(), CONFIG).unwrap();
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no associated function or constant named `fix44` found for struct `Dictionary` in the current scope
[INFO] [stdout]    --> src/builder.rs:862:55
[INFO] [stdout]     |
[INFO] [stdout] 862 |         let builder = MessageBuilder::new(Dictionary::fix44(), CONFIG).unwrap();
[INFO] [stdout]     |                                                       ^^^^^ associated function or constant not found in `Dictionary`
[INFO] [stdout]     |
[INFO] [stdout] note: if you're trying to build a new `Dictionary` consider using one of the following associated functions:
[INFO] [stdout]       Dictionary::new
[INFO] [stdout]       Dictionary::from_quickfix_spec
[INFO] [stdout]       Dictionary::load_from_file
[INFO] [stdout]       Dictionary::fix42
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hotfix-dictionary-0.1.5/src/dictionary.rs:42:5
[INFO] [stdout]     |
[INFO] [stdout]  42 |     pub fn new<S: ToString>(version: S) -> Self {
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout]  56 |     pub fn from_quickfix_spec(input: &str) -> Result<Self, ParseError> {
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout]  75 |     pub fn load_from_file(path: &str) -> Result<Self, ParseError> {
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 100 |     pub fn fix42() -> Self {
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] help: there is an associated function `fix42` with a similar name
[INFO] [stdout]     |
[INFO] [stdout] 862 -         let builder = MessageBuilder::new(Dictionary::fix44(), CONFIG).unwrap();
[INFO] [stdout] 862 +         let builder = MessageBuilder::new(Dictionary::fix42(), CONFIG).unwrap();
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no associated function or constant named `fix44` found for struct `Dictionary` in the current scope
[INFO] [stdout]    --> src/encoder.rs:81:55
[INFO] [stdout]     |
[INFO] [stdout]  81 |         let builder = MessageBuilder::new(Dictionary::fix44(), config)?;
[INFO] [stdout]     |                                                       ^^^^^ associated function or constant not found in `Dictionary`
[INFO] [stdout]     |
[INFO] [stdout] note: if you're trying to build a new `Dictionary` consider using one of the following associated functions:
[INFO] [stdout]       Dictionary::new
[INFO] [stdout]       Dictionary::from_quickfix_spec
[INFO] [stdout]       Dictionary::load_from_file
[INFO] [stdout]       Dictionary::fix42
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hotfix-dictionary-0.1.5/src/dictionary.rs:42:5
[INFO] [stdout]     |
[INFO] [stdout]  42 |     pub fn new<S: ToString>(version: S) -> Self {
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout]  56 |     pub fn from_quickfix_spec(input: &str) -> Result<Self, ParseError> {
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout]  75 |     pub fn load_from_file(path: &str) -> Result<Self, ParseError> {
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 100 |     pub fn fix42() -> Self {
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] help: there is an associated function `fix42` with a similar name
[INFO] [stdout]     |
[INFO] [stdout]  81 -         let builder = MessageBuilder::new(Dictionary::fix44(), config)?;
[INFO] [stdout]  81 +         let builder = MessageBuilder::new(Dictionary::fix42(), config)?;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no associated function or constant named `fix44` found for struct `Dictionary` in the current scope
[INFO] [stdout]    --> src/encoder.rs:152:55
[INFO] [stdout]     |
[INFO] [stdout] 152 |         let builder = MessageBuilder::new(Dictionary::fix44(), config)?;
[INFO] [stdout]     |                                                       ^^^^^ associated function or constant not found in `Dictionary`
[INFO] [stdout]     |
[INFO] [stdout] note: if you're trying to build a new `Dictionary` consider using one of the following associated functions:
[INFO] [stdout]       Dictionary::new
[INFO] [stdout]       Dictionary::from_quickfix_spec
[INFO] [stdout]       Dictionary::load_from_file
[INFO] [stdout]       Dictionary::fix42
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hotfix-dictionary-0.1.5/src/dictionary.rs:42:5
[INFO] [stdout]     |
[INFO] [stdout]  42 |     pub fn new<S: ToString>(version: S) -> Self {
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout]  56 |     pub fn from_quickfix_spec(input: &str) -> Result<Self, ParseError> {
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout]  75 |     pub fn load_from_file(path: &str) -> Result<Self, ParseError> {
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 100 |     pub fn fix42() -> Self {
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] help: there is an associated function `fix42` with a similar name
[INFO] [stdout]     |
[INFO] [stdout] 152 -         let builder = MessageBuilder::new(Dictionary::fix44(), config)?;
[INFO] [stdout] 152 +         let builder = MessageBuilder::new(Dictionary::fix42(), config)?;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0432, E0599.
[INFO] [stdout] 
[INFO] [stdout] For more information about an error, try `rustc --explain E0432`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `hotfix-message` (lib test) due to 21 previous errors
[INFO] running `Command { std: "docker" "inspect" "d0c8e3f5a3bc742e1d7f48dcce1e420b1a75cc3bf81a08db1b786630b9a09ff0", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "d0c8e3f5a3bc742e1d7f48dcce1e420b1a75cc3bf81a08db1b786630b9a09ff0", kill_on_drop: false }`
[INFO] [stdout] d0c8e3f5a3bc742e1d7f48dcce1e420b1a75cc3bf81a08db1b786630b9a09ff0
